home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-08-02 | 263 b | 14 lines | [TEXT/MPS ] |
- talktool -z > ttemp.cmd
- open ttemp.cmd
- find • ttemp.cmd
- if {#} == 1
- replace -c ∞ /"## '"/ "talktool -n -t '{1}' -z '" ttemp.cmd
- else
- replace -c ∞ /"## '"/ "talktool -n -z '" ttemp.cmd
- end
- save ttemp.cmd
- close ttemp.cmd
- execute ttemp.cmd
- delete ttemp.cmd
- exit 0
-